home *** CD-ROM | disk | FTP | other *** search
- object VFolderWiz: TVFolderWiz
- Left = 385
- Top = 449
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Virtual Folder Wizard'
- ClientHeight = 320
- ClientWidth = 456
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 276
- Width = 445
- Height = 4
- end
- object btnBack: TButton
- Left = 204
- Top = 284
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 0
- OnClick = btnBackClick
- end
- object btnNext: TButton
- Left = 288
- Top = 284
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 1
- OnClick = btnNextClick
- end
- object btnCancel: TButton
- Left = 372
- Top = 284
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object nbSteps: TNotebook
- Left = 4
- Top = 4
- Width = 445
- Height = 261
- PageIndex = 4
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'Start'
- object Bevel2: TBevel
- Left = 8
- Top = 8
- Width = 425
- Height = 101
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 16
- Top = 12
- Width = 405
- Height = 89
- AutoSize = False
- Caption =
- 'Virtual folders are the same folders as others, but messages are' +
- ' taken not from base, but from other folders. They can simply me' +
- 'rge folders or use some filters, for example, for combining all ' +
- 'messages from one person. Another example is Message Ticker, whi' +
- 'ch collects all unread messages. '
- WordWrap = True
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 116
- Width = 425
- Height = 133
- Caption = 'What do you planning to do with this folder? '
- TabOrder = 0
- object cb: TCheckBox
- Left = 8
- Top = 20
- Width = 405
- Height = 17
- Caption = 'Just &merging different folders'
- TabOrder = 0
- end
- object cbFilters: TCheckBox
- Left = 8
- Top = 40
- Width = 405
- Height = 17
- Caption = 'May be using some &filters'
- TabOrder = 1
- end
- object cbFast: TCheckBox
- Left = 8
- Top = 60
- Width = 405
- Height = 17
- Caption = 'It will be big folder, so I want it to be f&ast'
- TabOrder = 2
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'General'
- object Bevel3: TBevel
- Left = 8
- Top = 8
- Width = 428
- Height = 101
- Shape = bsFrame
- end
- object Label2: TLabel
- Left = 12
- Top = 12
- Width = 417
- Height = 77
- AutoSize = False
- Caption = 'Just give name to new folder and select folders to watch'
- end
- object Label3: TLabel
- Left = 8
- Top = 116
- Width = 229
- Height = 13
- AutoSize = False
- Caption = 'Folder &name:'
- FocusControl = edTitle
- end
- object edTitle: TEdit
- Left = 8
- Top = 132
- Width = 428
- Height = 21
- TabOrder = 0
- end
- object btnSelectFolders: TButton
- Left = 344
- Top = 160
- Width = 91
- Height = 25
- Caption = '&Folders'
- TabOrder = 1
- OnClick = btnSelectFoldersClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Base search'
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 445
- Height = 261
- Align = alClient
- TabOrder = 0
- object Label4: TLabel
- Left = 16
- Top = 12
- Width = 405
- Height = 89
- AutoSize = False
- Caption =
- 'If you have big message bases, virtual folder can work not so fa' +
- 'st as you expect. So, you can specify here some flags of message' +
- 's, which will decrease number of messages passed to filter.'
- WordWrap = True
- end
- object Bevel4: TBevel
- Left = 8
- Top = 4
- Width = 425
- Height = 101
- Shape = bsFrame
- end
- object gbFastSearch: TGroupBox
- Left = 8
- Top = 116
- Width = 425
- Height = 137
- Caption = ' Message area specifiers '
- TabOrder = 0
- object cbUnread: TCheckBox
- Left = 8
- Top = 20
- Width = 325
- Height = 17
- Caption = '&Unread messages'
- TabOrder = 0
- end
- object cbParked: TCheckBox
- Left = 8
- Top = 44
- Width = 321
- Height = 17
- Caption = '&Parked messages'
- TabOrder = 1
- end
- object cbFlagged: TCheckBox
- Left = 8
- Top = 68
- Width = 329
- Height = 17
- Caption = 'Fla&gged messages'
- TabOrder = 2
- end
- object cbNotReplied: TCheckBox
- Left = 8
- Top = 92
- Width = 293
- Height = 17
- Caption = '&Not replied messages'
- TabOrder = 3
- end
- object cbAttachments: TCheckBox
- Left = 8
- Top = 116
- Width = 289
- Height = 17
- Caption = 'Message containing a&ttachments'
- TabOrder = 4
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Filter'
- object Bevel5: TBevel
- Left = 8
- Top = 8
- Width = 425
- Height = 101
- Shape = bsFrame
- end
- object Label5: TLabel
- Left = 16
- Top = 16
- Width = 405
- Height = 85
- AutoSize = False
- Caption =
- 'Select conditions for messages from other folders. Or use templa' +
- 'tes from me.'
- WordWrap = True
- end
- inline cfFilter: TConditionFrame
- Left = 10
- Top = 117
- Width = 420
- Height = 137
- TabOrder = 0
- inherited pnButtons: TPanel
- Top = 114
- Width = 420
- end
- inherited pnIF: TPanel
- Width = 420
- Height = 114
- inherited sbIF: TScrollBox
- Width = 416
- Height = 110
- end
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finish'
- object Bevel6: TBevel
- Left = 4
- Top = 4
- Width = 433
- Height = 101
- Shape = bsFrame
- end
- object Label6: TLabel
- Left = 8
- Top = 8
- Width = 421
- Height = 89
- AutoSize = False
- Caption =
- 'Virtual folder configuration is complete. Check folder parameter' +
- 's, if something is wrong you have chance to fix it.'
- WordWrap = True
- end
- object meResults: TMemo
- Left = 4
- Top = 108
- Width = 433
- Height = 149
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- end
- object btnTemplates: TButton
- Left = 4
- Top = 284
- Width = 75
- Height = 25
- Caption = 'My templates'
- TabOrder = 4
- Visible = False
- OnClick = btnTemplatesClick
- end
- object btnSaveAs: TButton
- Left = 84
- Top = 284
- Width = 75
- Height = 25
- Caption = 'Save as...'
- TabOrder = 5
- Visible = False
- end
- object TemplPopup: TPopupMenu
- Left = 8
- Top = 256
- end
- end
-